home *** CD-ROM | disk | FTP | other *** search
- -- card: 65569 from stack: in
- -- bmap block id: 0
- -- flags: 0000
- -- background id: 4507
- -- name:
-
-
- -- part contents for background part 1
- ----- text -----
- Use quotes to make text just be text. Putting an object's name in quotes ensures that it will never be confused with a variable of the same name.
-
- In this example, the local variable N has the value 3.
-
- put 3 into N -- a temporary variable named N
-
- go to card "N" -- a card named "N" in the current
- -- stack
- go to card N -- card 3 in the current stack
-
- Don't start an object's name with a number.
-
- -- part contents for background part 43
- ----- text -----
- 267,189
-
- -- part contents for background part 44
- ----- text -----
- Using Quotes around names
-
-
-
-
-
-
-
-
-
-
- -- part contents for background part 2
- ----- text -----
- Introduction to HyperTalk (cont.)